home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / programming / oracle7 7.2 / INSTALL / WIN95.PIN < prev    next >
Encoding:
Text File  |  1995-09-27  |  702 b   |  24 lines

  1. /* Copyright (c) Oracle Corporation 1993.  All Rights Reserved */
  2. /*****************************************************************************
  3.   NAME
  4.     win95.pin - V3 post install script for Windows products.
  5.  
  6.   DESCRIPTION
  7.     This script performs post install functionality.  For smartstart, indicate
  8.     success.
  9.  
  10.   OWNER
  11.     Mason Ng
  12.  
  13.   MODIFIED    DD-MMM-YY  Reason
  14.     sagarwal  11-JUL-95  Modifed for windows 95 from nt.pin.
  15.     kjain     04-JUL-94  Removed spawn calls.
  16.     ming      21-JUN-94  Created.
  17. *****************************************************************************/
  18.  
  19. {
  20.   ui_action("");
  21.   ui_product("");
  22.   { ui_graphics(); }['default: continue();]
  23. }
  24.